body{
    background: #000;
    font-family: 'BYekan';
}
* {
    box-sizing: border-box;
    font-weight: 300;
}
.video-container {
    max-height: 600px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.video-container video {
    width: 100%;
    height: auto;
    -webkit-filter: opacity(50%);
    filter: opacity(80%);
}
#videoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#videoOverlay h1 {
    font-size: 70px;
    color: #fff;
}

#videoOverlay h1 span {
    font-size: 25px;
    color: #ffffff;
    display: block;
    font-weight: bold;
}
.about-us-header {
    background: #000000db;
    color: #fff;
    padding: 24px 24px;
    position: absolute;
    bottom: 0;
}
.about-us-header h6 {
    line-height: 29px;
    direction: rtl;
    text-align: justify;
    margin: 0;
}
.about-us-gradient {
    padding: 40px 0 0 0;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 22%, #121212 54%, #141414 100%);
    background: -webkit-linear-gradient(top, #000000 22%,#121212 54%,#141414 100%);
    background: linear-gradient(to bottom, #000000 22%,#121212 54%,#141414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#141414',GradientType=0 );
}
.about-us-gradient .title {
    text-align: right;
    font-size: 22px;
}
.about-us-gradient .title:before {
    content: " ";
    float: right;
    width: 29px;
    height: 2px;
    background: #1894d0;
    margin-top: 16px;
    margin-left: 10px;
}
.list-about-us {
    padding: 40px 40px;
}
.list-about-us .about-us-sub {
    color: #1894d0;
    font-size: 18px;
    font-weight: bold;
}
.list-about-us .about-us-sub-text {
    color: #fff;
    direction: rtl;
    font-size: 15px;
    padding: 16px 26px;
}
footer {
    background: #000000;
}

footer .copy-right {
    text-align: center;
    direction: rtl;
    padding: 21px 0;
    font-size: 11px;
    color: #fff;
}
.about-us-employees{
    background: url("../../images/aboutusback.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    vertical-align: middle;
    color: #fff;
    -webkit-filter: opacity(50%);
    filter: opacity(80%);
    direction: rtl;
    padding: 100px 0;
}
.about-us-employees .employees-cover-text {
    /* position: absolute; */
    /* top: 190px; */
    /* right: 0; */
    /* left: 0; */
    }

.about-us-employees .employees-cover-text .title {
    padding: 10px 0;
    font-size: 22px;
}
.about-us-employees .employees-cover-text h6 {
    font-size: 18px;
    line-height: 32px;
}
/*********Responsive Codes*********/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .outer-menu .menu .menu-col-2, .outer-menu .menu .menu-col-3 {
        display: none;
    }
    .outer-menu .menu .menu-col-1{
        width:100%;
        border:none;
    }
    .outer-menu .menu > div{
        width:100%;
        height:100%
    }
    .list-about-us{
        padding:10px
    }
    .list-about-us .about-us-sub-text{
        padding:20px 5px;
    }
    .video-container{
        min-height: 655px;
    }
    .about-us-header{
        background:#000
    }
    #videoOverlay h1 {
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .outer-menu .menu .menu-col-2, .outer-menu .menu .menu-col-3 {
        display: none;
    }
    .outer-menu .menu .menu-col-1{
        width:100%;
        border:none;
    }
    .outer-menu .menu > div{
        width:100%;
        height:100%
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .register-fixed .items-fixed-pages{
        top:100px;
    }
    .outer-menu .menu > div{
        width:100%;
        height:100%
    }
}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .outer-menu .menu > div{
        width:90%;
        height:80%
    }
    .mobile{
        display: none;
    }
}

/* Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1500px)  {
    .register-fixed .items-fixed-pages{
        top: 80px;
    }
    .register-fixed .items-fixed-pages a:before{
        width:110px

    }
    .outer-menu .menu > div{
        width:90%;
        height:80%
    }
    .register-fixed .coverage-link-master{
        top: 115px;
    }
    .register-fixed .coverage-link-master a:before{
        width:90px;
        height:80px
    }
    .mobile{
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px)  {
    .outer-menu .menu > div{
        width:90%;
        height:80%
    }
    .mobile{
        display: none;
    }
}
@media screen and (max-height: 418px) {
    .outer-menu .menu > div{
        width:100%;
        height:100%
    }
}
@media screen and (max-width:960px) {
    .mobile {
        display: block;
    }
    .mobile img{
        width: 35px;
    }
    .desktop {
        display: none;
    }
}